home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the visible of sprite 23 = 1 then
- set the visible of sprite 23 to 0
- set the visible of sprite 28 to 1
- updateStage()
- exit
- end if
- if the visible of sprite 24 = 1 then
- set the visible of sprite 24 to 0
- set the visible of sprite 23 to 1
- updateStage()
- exit
- end if
- if the visible of sprite 25 = 1 then
- set the visible of sprite 25 to 0
- set the visible of sprite 24 to 1
- updateStage()
- exit
- end if
- if the visible of sprite 26 = 1 then
- set the visible of sprite 26 to 0
- set the visible of sprite 25 to 1
- updateStage()
- exit
- end if
- if the visible of sprite 27 = 1 then
- set the visible of sprite 27 to 0
- set the visible of sprite 26 to 1
- updateStage()
- exit
- end if
- if the visible of sprite 28 = 1 then
- set the visible of sprite 28 to 0
- set the visible of sprite 27 to 1
- updateStage()
- exit
- end if
- end
-